home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / usr / include / sys / dump.h.z / dump.h
C/C++ Source or Header  |  1992-04-03  |  490b  |  20 lines

  1. /*
  2.  * Constants for kernel crash dumping stuff
  3.  *
  4.  * $Revision: 3.5 $
  5.  */
  6.  
  7. #ifdef    _KERNEL
  8. #define    DUMP_OPEN    1        /* initialize device */
  9. #define    DUMP_WRITE    2        /* write some data */
  10. #define    DUMP_CLOSE    3        /* close the device */
  11. #endif
  12.  
  13. /*
  14.  * Values for led's during a crash
  15.  */
  16. #define    LED_PATTERN_BADVA    2    /* kernel bad virtual address */
  17. #define    LED_PATTERN_FAULT    3    /* random kernel fault */
  18. #define    LED_PATTERN_BOTCH    4    /* nofault botch */
  19. #define    LED_PATTERN_PKG        5    /* bad package linkage */
  20.